Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridRowColCollection<T> Class / SyncRoot Property


In This Topic
    SyncRoot Property
    In This Topic
    Gets an object that can be used to synchronize access to the System.Collections.ICollection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SyncRoot As Object
    'Usage
     
    
    Dim instance As GridRowColCollection(Of T)
    Dim value As Object
     
    value = instance.SyncRoot
    public object SyncRoot {get;}
    See Also